Command line: process commands

>TaskInfo rpri Priority Exefilename Parameters

Run process with priority. æPriorityÆ may be æidleÆ, ænormÆ, æhighÆ, ærealÆ, æanormÆ or æbnormÆ (two last ones mean æAbove normalÆ and æBelow normalÆ and are available only under Windows NT/2000/XP).

æExefilenameÆ is a full path to executable you want to start. It must be quoted if it contain spaces. æParametersÆ are command-line parameters of application being launched. Example

>TaskInfo pl filename

Save Processes Information to file

>TaskInfo spri Priority Exefilename

Set existing process priority. æPriorityÆ may be æidleÆ, ænormÆ, æhighÆ, ærealÆ, æanormÆ or æbnormÆ. æExefilenameÆ is a name and extension or full path to an executable file. It must be quoted if it contains spaces. Priority of all running applications that correspond to this æExefilenameÆ will be set. Example

image/candle.gif Warning: ærealÆ means real-time priority, use it with care! If you set such priority to a process, it may cause other programs and even the system to stop responding!

>TaskInfo kill Exefilename

Kill existing process. æExefilenameÆ is a name and extension or full path to an executable file. It must be quoted if it contains spaces. All running applications that correspond to this æExefilenameÆ will be killed. Example

>TaskInfo close Exefilename

Close existing process. æExefilenameÆ is a name and extension or full path to an executable file. It must be quoted if it contains spaces. All running applications that correspond to this æExefilenameÆ will be closed. Example

>TaskInfo flush Exefilename

Flush memory of a process to disk. Supported only under Windows NT/2000/XP. æExefilenameÆ is a name and extension or full path to an executable file. It must be quoted if it contains spaces. Memory of all running applications that correspond to this æExefilenameÆ will be flushed to disk. Example

image/candle.gif See also: system commands